Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / GcBinaryWriter Class / Write Method / Write(Byte[]) Method

In This Topic
    Write(Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Write( _
       ByVal buffer() As System.Byte _
    ) 
    public virtual void Write( 
       System.byte[] buffer
    )

    Parameters

    buffer
    See Also